projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38fa03
)
wip
author
Ian Jackson
<ian.jackson@citrix.com>
Thu, 20 Sep 2018 16:27:34 +0000
(17:27 +0100)
committer
Ian Jackson
<ian.jackson@citrix.com>
Thu, 20 Sep 2018 16:27:34 +0000
(17:27 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index a57ab256c03d3d5a9aa7172bfb80ac9fc2b5fa87..941945ecf0a1b857c85028a594482e9889026e0e 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-10,6
+10,13
@@
VERSION := $(shell dpkg-parsechangelog -SVersion)
VERSION_UPSTREAM := $(shell echo "$(VERSION)" | sed -e 's,-[^-]*$$,,')
VERSION_BINNMU := $(shell echo "$(VERSION)" | sed -rne 's,.*\+b([0-9]+)$$,\1,p')
+# work around bug in dpkg-buildpackage between dpkg 1.14.17 and 1.16.1
+undefine CFLAGS
+undefine CXXFLAGS
+undefine FFLAGS
+undefine CPPFLAGS
+undefine LDFLAGS
+
export WGET=/bin/false
XENARCH_amd64=x86_64